home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-06 | 1.5 KB | 35 lines | [TEXT/cSSv] |
- #
- # commsService 2.0 Service Definition File.
- #
- Name=Monash University
- Description=Provides access to SESAME2 Monash University's Library Computer System
- Options provided are -
- AU AUTHOR or EDITOR search
- TT TITLE TERM search
- ST SUBJECT TERM search
- TE TERM (general) search
- RES RESERVE search
- CO AUTHOR (last name) TITLE (first word) search e.g. CO JACKSON ECONOMICS
-
- TimeOut=0
- BreakEnabled=No
- PagesToScroll=10
- ConnectionTool=TGE TCP Tool
- ConnectionTokens=HostName library.monash.edu.au PortNumber 23 ConnectionType TELNET TelnetBinaryMode FALSE TerminalType VT100
- ConnectionMenu=No
- TerminalTool=VT102 Tool
- TerminalTokens=FontSize 9 Width 80 Cursor Underline Online True LocalEcho False AutoRepeat True RepeatControls False AutoWrap False NewLine False Scroll Jump ShowControls False SwapBackspaceDelete False TerminalMode ANSI/VT102 ShowStatusBar False ShowTabRuler False InverseVideo False InsertChar False OriginAtMargin False KeyClick False CursorKey ANSI Keypad Numeric AnswerBack "" KeyboardLocked False ActiveCharSet G0 NRCSet USASCII G0 USASCII G1 USASCII G2 USASCII G3 USASCII
- TerminalMenu=No
- ServiceScripts=on LoginToService
- Global ActiveService, FoundString
- if ExpectFromService(ActiveService, 20, true, false, "Welcome to PALS", "Busy, try later") then
- if FoundString = 1 then return true
- if FoundString = 2 then
- beep
- answer "This service is unavailable due to excessive use, try again later." & return with "Continue"
- end if
- end if
- return false
- end LoginToService
-
-